home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Shareware / Multimedia / audiophiler / audiophilersetup.exe / {app} / audiophiler.exe / 0 / RCDATA / TDXFMPAGENUMBERFORMAT / TDXFMPAGENUMBERFORMAT.txt
Text File  |  2004-09-21  |  3KB  |  135 lines

  1. object dxfmPageNumberFormat: TdxfmPageNumberFormat
  2.   Left = 434
  3.   Top = 210
  4.   BorderStyle = bsDialog
  5.   Caption = 'Change Page Number Format'
  6.   ClientHeight = 209
  7.   ClientWidth = 247
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object lblPageNumberFormat: TLabel
  18.     Left = 6
  19.     Top = 15
  20.     Width = 78
  21.     Height = 13
  22.     Caption = 'Number &Format:'
  23.     FocusControl = cbxPageNumberingFormat
  24.     OnClick = lblPageNumberFormatClick
  25.   end
  26.   object bvlStartAtHolder: TBevel
  27.     Left = 113
  28.     Top = 93
  29.     Width = 129
  30.     Height = 22
  31.     Visible = False
  32.   end
  33.   object Bevel1: TBevel
  34.     Left = 111
  35.     Top = 49
  36.     Width = 132
  37.     Height = 5
  38.     Shape = bsBottomLine
  39.   end
  40.   object Bevel2: TBevel
  41.     Left = 6
  42.     Top = 119
  43.     Width = 237
  44.     Height = 5
  45.     Shape = bsBottomLine
  46.   end
  47.   object lblPageNumbering: TLabel
  48.     Left = 7
  49.     Top = 45
  50.     Width = 78
  51.     Height = 13
  52.     Caption = 'Page Numbering'
  53.   end
  54.   object Bevel3: TBevel
  55.     Left = 6
  56.     Top = 166
  57.     Width = 237
  58.     Height = 4
  59.     Shape = bsBottomLine
  60.   end
  61.   object btnOK: TButton
  62.     Left = 6
  63.     Top = 180
  64.     Width = 75
  65.     Height = 23
  66.     Caption = 'OK'
  67.     Default = True
  68.     ModalResult = 1
  69.     TabOrder = 0
  70.   end
  71.   object btnCancel: TButton
  72.     Left = 87
  73.     Top = 180
  74.     Width = 75
  75.     Height = 23
  76.     Cancel = True
  77.     Caption = 'Cancel'
  78.     ModalResult = 2
  79.     TabOrder = 1
  80.   end
  81.   object btnHelp: TButton
  82.     Left = 168
  83.     Top = 180
  84.     Width = 75
  85.     Height = 23
  86.     Caption = '&Help'
  87.     TabOrder = 2
  88.   end
  89.   object cbxPageNumberingFormat: TComboBox
  90.     Left = 113
  91.     Top = 12
  92.     Width = 130
  93.     Height = 21
  94.     Style = csDropDownList
  95.     ItemHeight = 13
  96.     TabOrder = 3
  97.     OnChange = cbxPageNumberingFormatChange
  98.     Items.Strings = (
  99.       '1, 2, 3, 3, 4, ...'
  100.       'a, b, c, d, e, ...'
  101.       'A, B, C, D, E, ...'
  102.       'i, ii, iii, iv, v, ...'
  103.       'I, II, III, IV, V, ...')
  104.   end
  105.   object btnDefault: TButton
  106.     Left = 154
  107.     Top = 135
  108.     Width = 89
  109.     Height = 23
  110.     Caption = '&Default...'
  111.     TabOrder = 4
  112.     OnClick = btnDefaultClick
  113.   end
  114.   object rbtnContinueFromPrevSection: TRadioButton
  115.     Left = 13
  116.     Top = 69
  117.     Width = 228
  118.     Height = 17
  119.     Caption = 'Continue from Previous Section'
  120.     Checked = True
  121.     TabOrder = 5
  122.     TabStop = True
  123.     OnClick = rbtnContinueFromPrevSectionClick
  124.   end
  125.   object rbtnStartAt: TRadioButton
  126.     Left = 13
  127.     Top = 96
  128.     Width = 92
  129.     Height = 17
  130.     Caption = 'Start &at:'
  131.     TabOrder = 6
  132.     OnClick = rbtnStartAtClick
  133.   end
  134. end
  135.